home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / EVISION1.ARJ / EVMACROS.HPP < prev    next >
Text File  |  1992-05-19  |  513b  |  26 lines

  1. #if !defined (EVMACROS)                   // To prevent multiple declarations
  2. #define EVMACROS
  3.  
  4. // ---- Global Macro Definitions --------------------------------------------
  5.  
  6. #if !defined (TRUE)
  7.     #define   TRUE   1
  8. #endif
  9.  
  10. #if !defined (FALSE)
  11.     #define   FALSE  0
  12. #endif
  13.  
  14. #if !defined (USL)
  15.     #define   USL    unsigned long
  16. #endif
  17.  
  18. #if !defined (EVVERSION)
  19.     #define   EVVERSION 1.0
  20. #endif
  21.  
  22.  
  23. // ---- End Header File -----------------------------------------------------
  24.  
  25. #endif
  26.